home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Robotics & Artificial Int…3 (Professional Edition)
/
Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso
/
robot software
/
webots-kros-1.0.1_setup.exe
/
{app}
/
kteam
/
glue
/
include
/
sys
/
debug.h
Wrap
Text File
|
2001-02-07
|
246b
|
9 lines
/* Include file for people compiling for debug */
typedef void (*ExceptionHook)(int); /* pointer to function with int parm */
ExceptionHook exceptionHook; /* hook variable for errors/exceptions */
void set_debug_traps();
void breakpoint();